Comment=Holding down the Alt Key will put the selection mode into columnar format
[AutoIndent]
Value=true
Comment=Will indent the caret on new lines with the same amount of leading white space as the preceding line
[AutoSizeMaxLeftChar]
Value=false
Comment=Automatically resizes the max left char when adding lines
[DisableScrollArrows]
Value=false
Comment=Disables the scroll bar arrow buttons when you can't scroll in that direction any more
[DragDropEditing]
Value=true
Comment=Allows you to select a block of text and drag it within the document to another location
[DropFiles]
Value=true
Comment=Allows the editor accept OLE file drops
[EnhanceHomeKey]
Value=false
Comment=enhances home key positioning, similar to visual studio
[GroupUndo]
Value=false
Comment=When undoing/redoing actions, handle all continous changes of the same kind in one call instead undoing/redoing each command separately
[HalfPageScroll]
Value=false
Comment=When scrolling with page-up and page-down commands, only scroll a half page at a time
[HideShowScrollbars]
Value=true
Comment=if enabled, then the scrollbars will only show when necessary. If you have ScrollPastEOL, then it the horizontal bar will always be there (it uses MaxLength instead)
[KeepCaretX]
Value=false
Comment=When moving through lines w/o Cursor Past EOL, keeps the X position of the cursor
[NoCaret]
Value=false
Comment=Makes it so the caret is never visible
[NoSelection]
Value=false
Comment=Disables selecting text
[RightMouseMovesCursor]
Value=false
Comment=When clicking with the right mouse for a popup menu, move the cursor to that location
[ScrollByOneLess]
Value=false
Comment=Forces scrolling to be one less
[ScrollHintFollows]
Value=false
Comment=The scroll hint follows the mouse when scrolling vertically
[ScrollPastEof]
Value=false
Comment=Allows the cursor to go past the end of file marker
[ScrollPastEol]
Value=false
Comment=Allows the cursor to go past the last character into the white space at the end of a line
[ShowScrollHint]
Value=false
Comment=Shows a hint of the visible line numbers when scrolling vertically
[ShowSpecialChars]
Value=false
Comment=Shows the special Characters
[SmartTabDelete]
Value=false
Comment=similar to Smart Tabs, but when you delete characters
[SmartTabs]
Value=false
Comment=When tabbing, the cursor will go to the next non-white space character of the previous line
[SpecialLineDefaultFg]
Value=false
Comment=disables the foreground text color override when using the OnSpecialLineColor event
[TabIndent]
Value=false
Comment=When active <Tab> and <Shift><Tab> act as block indent, unindent when text is selected
[TabsToSpaces]
Value=false
Comment=Converts a tab character to a specified number of space characters
[TrimTrailingSpaces]
Value=false
Comment=Spaces at the end of lines will be trimmed and not saved
[HighlightCurrentLine]
Value=false
Comment=Highlights the current line with the HighlightCurrentColor